home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 424
- Top = 330
- Width = 291
- Height = 160
- Caption = 'Komputer for alle - Gjett et tall'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object LblBeskjed: TLabel
- Left = 32
- Top = 16
- Width = 206
- Height = 20
- Caption = 'Klikk p� "Start" for � begynne'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object EdtGjett: TEdit
- Left = 16
- Top = 48
- Width = 185
- Height = 21
- TabOrder = 0
- end
- object BtnGjett: TButton
- Left = 208
- Top = 48
- Width = 65
- Height = 25
- Caption = 'Gjett'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BtnGjettClick
- end
- object BtnStart: TButton
- Left = 16
- Top = 80
- Width = 257
- Height = 41
- Caption = 'Start'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = BtnStartClick
- end
- end
-